home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / dofly.bat < prev    next >
DOS Batch File  |  1979-12-31  |  288b  |  17 lines

  1. @echo off
  2. if "d" == "%1" del errs
  3. del %TMP%\*.log
  4.  
  5. nmake lib sys %TMP%\fly8.lib fly8.obj dat util >>errs
  6. ::nmake sys %TMP%\fly8.lib fly8.obj >>errs
  7. if errorlevel 1 goto end
  8.  
  9. nmake link
  10. if errorlevel 1 goto end
  11.  
  12. cl @%TMP%\linkfly8.rsp >>errs
  13. if errorlevel 1 goto end
  14.  
  15. nmake reinstall
  16. :end
  17.